* gtk/gtkcontainer.c: Add documentation for gtk_container_get_focus_child().
svn path=/trunk/; revision=20630
g_signal_emit (container, container_signals[SET_FOCUS_CHILD], 0, widget);
}
+/**
+ * gtk_container_get_focus_child:
+ * @container: a #GtkContainer
+ *
+ * Returns the current focus child widget inside @container.
+ *
+ * Returns: The child widget which has the focus
+ * inside @container, or %NULL if none is set.
+ *
+ * Since: GSEAL-branch
+ **/
GtkWidget *
gtk_container_get_focus_child (GtkContainer *container)
{